home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PImageSaveForSep.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PImageSaveForSep__
- #define __PImageSaveForSep__
-
- #include "PMTypes.h"
-
- class PImageSaveForSep
- {
-
- public:
-
- PImageSaveForSep(
- const char * sFileName,
- PMBool bLinkOption,
- short nPreview,
- short nFileFormat,
- PMBool bCropped,
- PMBool bProfile,
- short nCompression,
- short nDataFormat,
- short nCompliance
- );
-
- private:
-
- PImageSaveForSep();
- };
-
- #endif
-
- // end of PImageSaveForSep.h
-